From dd90a7bca773bebcd1a52ec98f67472d6322cf3a Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 5 Sep 2005 15:46:12 +0000 Subject: [PATCH] Fix typo. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/arch/xen/kernel/reboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c index df0d233748..1c942548e1 100644 --- a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c +++ b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c @@ -177,8 +177,8 @@ static int __do_suspend(void *ignore) HYPERVISOR_shared_info = (shared_info_t *)empty_zero_page; clear_fixmap(FIX_SHARED_INFO); - xen_start_info.store_mfn = mfn_to_pfn(xen_start_info.store_mfn); - xen_start_info.console_mfn = mfn_to_pfn(xen_start_info.console_mfn); + xen_start_info->store_mfn = mfn_to_pfn(xen_start_info->store_mfn); + xen_start_info->console_mfn = mfn_to_pfn(xen_start_info->console_mfn); /* We'll stop somewhere inside this hypercall. When it returns, we'll start resuming after the restore. */ -- 2.30.2